home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / hardware / ioblixusr37_11 / devs / dosdrivers / pzipc < prev    next >
Text File  |  1999-11-29  |  614b  |  34 lines

  1. /* 
  2.  *
  3.  * PC-IBM ZIP-Disk Mountlist
  4.  *
  5.  */
  6.  
  7. Flags           = 0
  8. FileSystem      = L:CrossDOSFileSystem
  9. Surfaces        = 1
  10. BlocksPerTrack  = 68
  11. Reserved        = 0
  12. PreAlloc        = 0
  13. Interleave      = 0
  14. LowCyl          = 0
  15. HighCyl         = 2890
  16. Buffers         = 100
  17. BufMemType      = 5
  18. MaxTransfer     = 0x00ffffff
  19. Mask            = 0xffffffff
  20. DosType         = 0x4D534800
  21. GlobVec         = -1
  22. StackSize       = 4096
  23. Mount           = 1
  24. BootPri         = 0
  25. Priority        = 10
  26.  
  27. /* The Device and Unit fields are controlled
  28.  * by tooltypes in the icon.
  29.  *
  30.  * Device       = scsi.device
  31.  * Unit         = 5
  32.  */
  33.  
  34.